Please include either BrowserAnimationsModule or NoopAnimationsModule in your application

301

Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application -

import { BrowserAnimationsModule } from '@angular/platform-browser/animations';

@NgModule({
  ...,
  imports: [
    ...,
    BrowserAnimationsModule
  ],
  ...
})

Comments

Submit
0 Comments